ID2D1GdiInteropRenderTarget

Undocumented in source.
version(Windows && Direct2D_1_1 && DirectWrite && Direct2D_1_0)
interface ID2D1GdiInteropRenderTarget : IUnknown {}

Members

Functions

GetDC
HRESULT GetDC(D2D1_DC_INITIALIZE_MODE mode, HDC* hdc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ReleaseDC
HRESULT ReleaseDC(const(RECT)* update)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From IUnknown

QueryInterface
HRESULT QueryInterface(IID* riid, void** pvObject)
Undocumented in source.
AddRef
ULONG AddRef()
Undocumented in source.
Release
ULONG Release()
Undocumented in source.

Meta